***Antipattern***
Count: 16
POST  /deployment/resources/instances [Singular last node with POST method.] 
POST  /deployment/resources/vm_configurations [Singular last node with POST method.] 
POST  /deployment/resources/vdcs/{uuid}/vm_configurations [Singular last node with POST method.] 
POST  /deployment/resources/volume_configurations [Singular last node with POST method.] 
POST  /deployment/resources/vdcs/{uuid}/volume_configurations [Singular last node with POST method.] 
POST  /deployment/resources/subnets [Singular last node with POST method.] 
POST  /deployment/resources/addresses [Singular last node with POST method.] 
POST  /deployment/resources/subnet/<subnetUUID>/addresses [Singular last node with POST method.] 
POST  /deployment/resources/credentials [Singular last node with POST method.] 
POST  /deployment/resources/groups [Singular last node with POST method.] 
POST  /deployment/resources/volumes [Singular last node with POST method.] 
POST  /deployment/resources/volumes [Singular last node with POST method.] 
POST  /audit/resources/audit_config [Singular last node with POST method.] 
POST  /admin/resources/backup [Singular last node with POST method.] 
POST  /admin/resources/instance_migrations [Singular last node with POST method.] 
POST  /deployment/resources/volume_groups [Singular last node with POST method.] 

***Pattern***
Count: 36
DELETE  /deployment/resources/virtual data center./<virtual data center.UID> [Pluralized last node with PUT|DELETE method.] 
DELETE  /deployment/resources/subnets/<subnetUUID> [Pluralized last node with PUT|DELETE method.] 
PUT  /deployment/resources/subnet/<subnetUUID>/addresses [Pluralized last node with PUT|DELETE method.] 
PUT  /deployment/resources/addresses/<addressUUID> [Pluralized last node with PUT|DELETE method.] 
DELETE  /deployment/resources/addresses/<addressUUID> [Pluralized last node with PUT|DELETE method.] 
DELETE  /deployment/resources/credentials/<credentialUUID> [Pluralized last node with PUT|DELETE method.] 
DELETE  /deployment/resources/images/<imageID> [Pluralized last node with PUT|DELETE method.] 
PUT  /deployment/resources/groups/<groupUUID> [Pluralized last node with PUT|DELETE method.] 
GET  /deployment/resources/groups?isMaster=trueregular methods.
GET  /deployment/resources/groups/group<UUID>?showNested=trueregular methods.
PUT  /deployment/resources/instances/<instanceUUID> [Pluralized last node with PUT|DELETE method.] 
GET  /deployment/resources/instancesregular methods.
DELETE  /deployment/resources/instances/<instanceUUID> [Pluralized last node with PUT|DELETE method.] 
GET  /deployment/resources/addressesregular methods.
DELETE  /deployment/resources/volumes/<volumeUUID> [Pluralized last node with PUT|DELETE method.] 
PUT  /deployment/resources/instances/<instanceUUID> [Pluralized last node with PUT|DELETE method.] 
GET  /deployment/resources/instance_snapshotsregular methods.
GET  /deployment/resources/aclsregular methods.
GET  /admin/resources/backup_subcomponents/{id}regular methods.
GET  /admin/resources/chassis_management_modulesregular methods.
GET  /admin/resources/compute_node_chassisregular methods.
GET  /admin/resources/compute_nodesregular methods.
GET  /admin/resources/energy_historyregular methods.
GET  /admin/resources/external_applicationsregular methods.
GET  /admin/resources/hypervisorsregular methods.
GET  /admin/resources/locationsregular methods.
"GET  /admin/resources/management_endpointsregular methods.
GET  /admin/resources/management_nodesregular methods.
GET  /admin/resources/physical_core_statsregular methods.
GET  /admin/resources/physical_cpu_historyregular methods.
GET  /admin/resources/rolesregular methods.
GET  /admin/resources/vdcsregular methods.
GET  /admin/resources/user_groups_usersregular methods.
GET  /admin/resources/temperature_statsregular methods.
GET  /admin/resources/temperature_historyregular methods.
GET  /admin/resources/switch_power_suppliesregular methods.
